home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Tools & Apps / Testing & Debugging / Robix V1.0 / robix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-21  |  394 b   |  19 lines  |  [TEXT/MPS ]

  1. #define UBYTE        unsigned char
  2. #define UWORD        unsigned short
  3. #define ULONG        unsigned long
  4. #define byte        char
  5. #define word        short
  6. #define ubyte        UBYTE
  7. #define uword        UWORD
  8. #define ulong        ULONG
  9. #define ilong        int
  10. #define True        0xffffffff
  11. #define False        0x00000000
  12. #define CR            0x0d
  13. #define LF            0x0a
  14. #define    Rubout        0x08
  15. #define Tab            0x09
  16. #define NOP            0x00
  17. #define Null        0x00
  18. #define Blank        0x20
  19.